Clear(UInt32,Nullable<Rectangle>) Method
Clears the
GcBitmap with the specified color.
public void Clear(
System.uint ,
System.Nullable<Rectangle>
)
'Declaration
Public Overloads Sub Clear( _
Optional ByVal As System.UInteger, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
Parameters
- color
- The color to fill the image.
- clipRect
- The target rectangle of the GcBitmap.